﻿/*footer样式*/
.footer {
    clear: both;
    width: 100%;
    min-width: 1002px;
    font: 12px "Microsoft YaHei";
    background-color: #fff;
}

.footer {
    color: #999;
    padding: 20px 0;
    border-top: 1px solid #e8e8e8;
    margin-top:20px;
}

    .footer a, .footer * {
        font-size: 12px !important;
        font-family: "Microsoft YaHei" !important;
    }

    .footer a {
        text-decoration: none;
    }

    .footer img {
        vertical-align: middle;
    }

    .footer .in,
    .license .in {
        width: 1100px;
        margin: 0 auto;
    }

    .footer .nag {
        margin-bottom: 15px;
    }

        .footer .nag a {
            color: #999;
        }

            .footer .nag a:hover {
                color: #ff6000;
            }

        .footer .nag .e {
            float: left;
            width: 120px;
            line-height: 24px;
        }

        .footer .nag .e_first {
            position: relative;
            width: 170px;
            padding-left: 74px;
        }

        .footer .nag label {
            position: absolute;
            width: 70px;
            font-size: 14px;
            text-align: right;
            left: 0;
            *margin-top: -5px;
        }

        .footer .nag strong {
            font-weight: normal;
            color: #333;
        }

    .footer .code {
        float: left;
        width: 99px;
        padding-top: 5px;
    }

        .footer .code span {
            display: block;
            text-align: center;
            margin-top: 10px;
        }

    .footer .c_first {
        margin-right: 15px;
    }

    .footer .note {
        position: relative;
        line-height: 24px;
        text-align: center;
        margin: 0;
        padding: 0;
    }

        .footer .note span {
            position: relative;
            display: block;
            font-size: 12px;
            padding: 0 5px;
            z-index: 2;
        }

    .footer.f2 {
        border-top: 0 none;
    }

    .footer.fixbottom {
        position: absolute;
        width: 100%;
        bottom: 0;
        left: 0;
    }
.footerGg {
    width:100%;
    height:48px;
    padding:14px 0px; 
    position:fixed;
    bottom:0px;
    background:rgba(60,60,60,0.8);
    background:#4D4D4D\9;
    z-index:22;
}
.footerGg .wrapper{
    position:relative;
}
.footerGg span{
    display:block;
    font-size: 20px !important;
    color: #FFFFFF;
    margin-right:37px;
    line-height:48px;
    float:left;
}
.footerGg .link a{
    display:block;
    float:left;
    width:140px;
    height:48px;
    font-size: 20px;
    color: #FFFFFF;
    text-align:center;
    line-height:48px;   
    -moz-border-radius: 4px;
    -webkit-border-radius:4px;
    border-radius: 4px;
}
.footerGg .link .ksrz{
    background: #FF7D3C;
    margin-right:10px;
}
.footerGg .link .msdl{
    background: #FFBD3C;
}
.footerGg .footerClose{
    display:block;
    width:48px;
    height:48px;
    text-align:center;
    position:absolute;
    top:-13px;
    right:0px;
    cursor:pointer;
}
.footerGg .footerClose img{
    width:14px;
    height:14px;
    margin-top:4px;
}


.footerGg1 {
    width: 100%;
    /* height: 160px;
    padding: 14px 0px;
    position: fixed;
    bottom: 0px;
    background: rgba(60,60,60,0.8);
    background: #4D4D4D\9;
    z-index: 22;*/
    /*width: 1200px;*/
    height: 160px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 0px;
    right: 0px;
    z-index: 22;
    background: #FE9426;
}

    .footerGg1 img {
        max-width: 100%;
        max-height: 100%;
        vertical-align: middle;
    }

    .footerGg1 .wrapper {
        position: relative;
    }

    .footerGg1 span {
        display: block;
        font-size: 20px !important;
        color: #FFFFFF;
        margin-right: 37px;
        line-height: 48px;
        float: left;
    }

    .footerGg1 .link a {
        display: block;
        float: left;
        width: 140px;
        height: 48px;
        font-size: 20px;
        color: #FFFFFF;
        text-align: center;
        line-height: 48px;
        -moz-border-radius: 4px;
        -webkit-border-radius: 4px;
        border-radius: 4px;
    }

    .footerGg1 .link .ksrz {
        background: #F0514E;
        margin-right: 10px;
    }

    .footerGg1 .link .msdl {
        background: #FFBD3C;
    }

    .footerGg1 .footerClose {
        display: block;
        width: 48px;
        height: 48px;
        text-align: center;
        position: absolute;
        top: -13px;
        right: 0px;
        cursor: pointer;
    }

        .footerGg1 .footerClose img {
            width: 14px;
            height: 14px;
            margin-top: 4px;
        }

.close2 {
    vertical-align: middle;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: right;
}


    .close2 img {
        position: fixed;
        bottom: 112px;
        right: 10%;
    }


.license .note .gan, .banquan .note .gan {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    color: #999;
    margin-bottom: 5px;
    padding-left: 25px;
    background: url(/images/gongan.png) no-repeat;
}

    .license .note .gan:hover, .banquan .note .gan:hover {
        color: #f60;
    }